home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / boxer / boxer.lha / cometh.lisp < prev    next >
Text File  |  1993-07-17  |  1KB  |  33 lines

  1. ;; -*- Syntax: Zetalisp; Mode: LISP; Package: BOXER; Base: 8 -*-
  2. ;;
  3. ;; (C) Copyright 1982-1985 Massachusetts Institute of Technology
  4. ;;
  5. ;; Permission to use, copy, modify, distribute, and sell this software
  6. ;; and its documentation for any purpose is hereby granted without fee,
  7. ;; provided that the above copyright notice appear in all copies and that
  8. ;; both that copyright notice and this permission notice appear in
  9. ;; supporting documentation, and that the name of M.I.T. not be used in
  10. ;; advertising or publicity pertaining to distribution of the software
  11. ;; without specific, written prior permission.  M.I.T. makes no
  12. ;; representations about the suitability of this software for any
  13. ;; purpose.  It is provided "as is" without express or implied warranty.
  14. ;;
  15.  
  16. ;; This file contains the compile flavor methods for the entire Boxer system,
  17. ;; anytime you add a new flavor to the Boxer system you should add it to the
  18. ;; list of flavors whose methods get compiled by this file.
  19.  
  20. (COMPILE-FLAVOR-METHODS
  21.   DOIT-BOX DATA-BOX PORT-BOX LL-BOX GRAPHICS-BOX
  22.   ROW NAME-ROW
  23.   EDITOR-REGION REGION-ROW-BLINKER
  24.   BOXER-FRAME BOXER-PANE
  25.   BUG-BOXER-WINDOW
  26.   BOXER-MOUSE-BLINKER
  27.   CURSOR-BLINKER
  28.   SCREEN-ROW SCREEN-BOX GRAPHICS-SCREEN-BOX
  29.   ;; From the file Stream
  30.   STRING-STREAM PDL-STREAM ROW-STREAM BOX-STREAM
  31.   TURTLE
  32.   )
  33.